3.2502 \(\int \sqrt [4]{a+b x+c x^2} \, dx\)

Optimal. Leaf size=201 \[ \frac{(b+2 c x) \sqrt [4]{a+b x+c x^2}}{3 c}-\frac{\left (b^2-4 a c\right )^{5/4} \sqrt{\frac{(b+2 c x)^2}{\left (b^2-4 a c\right ) \left (\frac{2 \sqrt{c} \sqrt{a+b x+c x^2}}{\sqrt{b^2-4 a c}}+1\right )^2}} \left (\frac{2 \sqrt{c} \sqrt{a+b x+c x^2}}{\sqrt{b^2-4 a c}}+1\right ) F\left (2 \tan ^{-1}\left (\frac{\sqrt{2} \sqrt [4]{c} \sqrt [4]{c x^2+b x+a}}{\sqrt [4]{b^2-4 a c}}\right )|\frac{1}{2}\right )}{6 \sqrt{2} c^{5/4} (b+2 c x)} \]

[Out]

((b + 2*c*x)*(a + b*x + c*x^2)^(1/4))/(3*c) - ((b^2 - 4*a*c)^(5/4)*Sqrt[(b + 2*c
*x)^2/((b^2 - 4*a*c)*(1 + (2*Sqrt[c]*Sqrt[a + b*x + c*x^2])/Sqrt[b^2 - 4*a*c])^2
)]*(1 + (2*Sqrt[c]*Sqrt[a + b*x + c*x^2])/Sqrt[b^2 - 4*a*c])*EllipticF[2*ArcTan[
(Sqrt[2]*c^(1/4)*(a + b*x + c*x^2)^(1/4))/(b^2 - 4*a*c)^(1/4)], 1/2])/(6*Sqrt[2]
*c^(5/4)*(b + 2*c*x))

_______________________________________________________________________________________

Rubi [A]  time = 0.347037, antiderivative size = 201, normalized size of antiderivative = 1., number of steps used = 3, number of rules used = 3, integrand size = 14, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.214 \[ \frac{(b+2 c x) \sqrt [4]{a+b x+c x^2}}{3 c}-\frac{\left (b^2-4 a c\right )^{5/4} \sqrt{\frac{(b+2 c x)^2}{\left (b^2-4 a c\right ) \left (\frac{2 \sqrt{c} \sqrt{a+b x+c x^2}}{\sqrt{b^2-4 a c}}+1\right )^2}} \left (\frac{2 \sqrt{c} \sqrt{a+b x+c x^2}}{\sqrt{b^2-4 a c}}+1\right ) F\left (2 \tan ^{-1}\left (\frac{\sqrt{2} \sqrt [4]{c} \sqrt [4]{c x^2+b x+a}}{\sqrt [4]{b^2-4 a c}}\right )|\frac{1}{2}\right )}{6 \sqrt{2} c^{5/4} (b+2 c x)} \]

Antiderivative was successfully verified.

[In]  Int[(a + b*x + c*x^2)^(1/4),x]

[Out]

((b + 2*c*x)*(a + b*x + c*x^2)^(1/4))/(3*c) - ((b^2 - 4*a*c)^(5/4)*Sqrt[(b + 2*c
*x)^2/((b^2 - 4*a*c)*(1 + (2*Sqrt[c]*Sqrt[a + b*x + c*x^2])/Sqrt[b^2 - 4*a*c])^2
)]*(1 + (2*Sqrt[c]*Sqrt[a + b*x + c*x^2])/Sqrt[b^2 - 4*a*c])*EllipticF[2*ArcTan[
(Sqrt[2]*c^(1/4)*(a + b*x + c*x^2)^(1/4))/(b^2 - 4*a*c)^(1/4)], 1/2])/(6*Sqrt[2]
*c^(5/4)*(b + 2*c*x))

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 22.084, size = 245, normalized size = 1.22 \[ \frac{\left (b + 2 c x\right ) \sqrt [4]{a + b x + c x^{2}}}{3 c} - \frac{\sqrt{2} \sqrt{- \frac{- 4 a c + b^{2} + c \left (4 a + 4 b x + 4 c x^{2}\right )}{\left (4 a c - b^{2}\right ) \left (\frac{2 \sqrt{c} \sqrt{a + b x + c x^{2}}}{\sqrt{- 4 a c + b^{2}}} + 1\right )^{2}}} \left (- 4 a c + b^{2}\right )^{\frac{5}{4}} \left (\frac{2 \sqrt{c} \sqrt{a + b x + c x^{2}}}{\sqrt{- 4 a c + b^{2}}} + 1\right ) \sqrt{\left (b + 2 c x\right )^{2}} F\left (2 \operatorname{atan}{\left (\frac{\sqrt{2} \sqrt [4]{c} \sqrt [4]{a + b x + c x^{2}}}{\sqrt [4]{- 4 a c + b^{2}}} \right )}\middle | \frac{1}{2}\right )}{12 c^{\frac{5}{4}} \left (b + 2 c x\right ) \sqrt{- 4 a c + b^{2} + c \left (4 a + 4 b x + 4 c x^{2}\right )}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**2+b*x+a)**(1/4),x)

[Out]

(b + 2*c*x)*(a + b*x + c*x**2)**(1/4)/(3*c) - sqrt(2)*sqrt(-(-4*a*c + b**2 + c*(
4*a + 4*b*x + 4*c*x**2))/((4*a*c - b**2)*(2*sqrt(c)*sqrt(a + b*x + c*x**2)/sqrt(
-4*a*c + b**2) + 1)**2))*(-4*a*c + b**2)**(5/4)*(2*sqrt(c)*sqrt(a + b*x + c*x**2
)/sqrt(-4*a*c + b**2) + 1)*sqrt((b + 2*c*x)**2)*elliptic_f(2*atan(sqrt(2)*c**(1/
4)*(a + b*x + c*x**2)**(1/4)/(-4*a*c + b**2)**(1/4)), 1/2)/(12*c**(5/4)*(b + 2*c
*x)*sqrt(-4*a*c + b**2 + c*(4*a + 4*b*x + 4*c*x**2)))

_______________________________________________________________________________________

Mathematica [C]  time = 0.311977, size = 155, normalized size = 0.77 \[ \frac{4 c (b+2 c x) (a+x (b+c x))-\sqrt [4]{2} \left (b^2-4 a c\right ) \left (-\sqrt{b^2-4 a c}+b+2 c x\right ) \left (\frac{\sqrt{b^2-4 a c}+b+2 c x}{\sqrt{b^2-4 a c}}\right )^{3/4} \, _2F_1\left (\frac{1}{4},\frac{3}{4};\frac{5}{4};\frac{-b-2 c x+\sqrt{b^2-4 a c}}{2 \sqrt{b^2-4 a c}}\right )}{12 c^2 (a+x (b+c x))^{3/4}} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + b*x + c*x^2)^(1/4),x]

[Out]

(4*c*(b + 2*c*x)*(a + x*(b + c*x)) - 2^(1/4)*(b^2 - 4*a*c)*(b - Sqrt[b^2 - 4*a*c
] + 2*c*x)*((b + Sqrt[b^2 - 4*a*c] + 2*c*x)/Sqrt[b^2 - 4*a*c])^(3/4)*Hypergeomet
ric2F1[1/4, 3/4, 5/4, (-b + Sqrt[b^2 - 4*a*c] - 2*c*x)/(2*Sqrt[b^2 - 4*a*c])])/(
12*c^2*(a + x*(b + c*x))^(3/4))

_______________________________________________________________________________________

Maple [F]  time = 0.197, size = 0, normalized size = 0. \[ \int \sqrt [4]{c{x}^{2}+bx+a}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^2+b*x+a)^(1/4),x)

[Out]

int((c*x^2+b*x+a)^(1/4),x)

_______________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + b x + a\right )}^{\frac{1}{4}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(1/4),x, algorithm="maxima")

[Out]

integrate((c*x^2 + b*x + a)^(1/4), x)

_______________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \[{\rm integral}\left ({\left (c x^{2} + b x + a\right )}^{\frac{1}{4}}, x\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(1/4),x, algorithm="fricas")

[Out]

integral((c*x^2 + b*x + a)^(1/4), x)

_______________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \[ \int \sqrt [4]{a + b x + c x^{2}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**2+b*x+a)**(1/4),x)

[Out]

Integral((a + b*x + c*x**2)**(1/4), x)

_______________________________________________________________________________________

GIAC/XCAS [F]  time = 0., size = 0, normalized size = 0. \[ \int{\left (c x^{2} + b x + a\right )}^{\frac{1}{4}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^2 + b*x + a)^(1/4),x, algorithm="giac")

[Out]

integrate((c*x^2 + b*x + a)^(1/4), x)